object FmRole: TFmRole Left = 297 Top = 270 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'FmRole' ClientHeight = 143 ClientWidth = 305 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter DataSource = DM.DsRoles OnDataAfterEdit = ClientDataSetFormDataAfterEdit OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit OnDataValidate = ClientDataSetFormDataValidate PixelsPerInch = 96 TextHeight = 13 object LblName: TLabel Left = 8 Top = 52 Width = 31 Height = 13 Caption = '&Name:' FocusControl = EdtName end object LblParent: TLabel Left = 8 Top = 84 Width = 45 Height = 13 Caption = '&Category' FocusControl = EdtParent end object PnlHeader: TPanel Left = 8 Top = 8 Width = 289 Height = 25 Alignment = taLeftJustify BevelOuter = bvNone Caption = ' Role' Color = clBtnShadow Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBackground = False ParentFont = False TabOrder = 0 end object BtnOk: TBitBtn Left = 136 Top = 113 Width = 75 Height = 25 TabOrder = 3 OnClick = BtnOkClick Kind = bkOK end object BtnCancel: TBitBtn Left = 216 Top = 113 Width = 75 Height = 25 TabOrder = 4 Kind = bkCancel end object EdtName: TcxDBTextEdit Left = 80 Top = 48 Width = 217 Height = 21 DataBinding.DataField = 'RoleName' DataBinding.DataSource = DM.DsRoles Properties.OnChange = EdtNameChange Style.StyleController = DM.EditStyles TabOrder = 1 end object EdtParent: TcxComboBox Left = 80 Top = 80 Width = 217 Height = 21 Properties.DropDownListStyle = lsFixedList Style.StyleController = DM.EditStyles TabOrder = 2 end object TblRolesLookup: TEasyTable CurrentVersion = '5.72 ' TableName = 'Roles' DatabaseName = 'AudiophilerDb' InMemory = False AutoIndexes = False CacheEnabled = True BDELikeFilter = False Left = 8 Top = 104 end end